home *** CD-ROM | disk | FTP | other *** search
- #[
- # Name: u.u95kbd_2.ugd
- #
- # Derived from: u95kbd.ugd
- #
- # Author: Clive Standbridge
- #
- # Created on: Mar 1997
- #
- # Sccs ID: @(#)u.u95kbd_2.ugd 1.1 03/19/97
- #
- # Coding Stds:
- #
- # Purpose: A script file for use with Windows 95 upgrader WIN95LIC
- # This file is a template UGD file for setting up
- # international (i.e. non-US) keyboards and is specific to
- # a subset of Unix hosts with non-standard keyboard layouts.
- # This template needs to be pre-processed (by keybconf)
- # to set the selected keyboard.
- #
- # Copyright 1997 Insignia Solutions PLC. All rights reserved.
- #]
-
-
- # Note W95_LOCALE_NO and W95_SUBLOCALE will be replaced before processing this script.
-
- #-------------------------------------------------------------------------------
- # Configure a standard keyboard language to use a host-specific keyboard layout.
- #-------------------------------------------------------------------------------
-
- REG
- UPD
- HKEY_CURRENT_USER
- keyboard layout\substitutes\W95_LOCALE_NO
- REG_DEFAULT
- W95_SUBLOCALE
- END
-
- # Apply the same settings for anonymous users.
-
- REG
- UPD
- HKEY_USERS
- .Default\keyboard layout\substitutes\W95_LOCALE_NO
- REG_DEFAULT
- W95_SUBLOCALE
- END
-